翻訳と辞書
Words near each other
・ Cache River State Natural Area
・ Cache River Wetlands Joint Venture Partnership
・ Cache School District
・ Cache stampede
・ Cache Valley
・ Cache Valley Mall
・ Cache Valley Railroad
・ Cache Valley virus
・ Cache, Illinois
・ Cache, Oklahoma
・ Cache, Utah
・ Cache-cœur
・ Cache-oblivious algorithm
・ Cache-oblivious distribution sort
・ Cache-oblivious matrix multiplication
Cache-only memory architecture
・ Cache-sexe
・ Cachebox TV
・ CacheFly
・ CacheFS
・ Cachen
・ Cachena cattle
・ Cachepot
・ Cachet
・ Cachet (disambiguation)
・ Cachet Commando
・ Cachet Hotel Group
・ Cachet, Ontario
・ Cacheu
・ Cacheu Region


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Cache-only memory architecture : ウィキペディア英語版
Cache-only memory architecture
Cache only memory architecture (COMA) is a computer memory organization for use in multiprocessors in which the local memories (typically DRAM) at each node are used as cache. This is in contrast to using the local memories as actual main memory, as in NUMA organizations.
In NUMA, each address in the global address space is typically assigned a fixed home node. When processors access some data, a copy is made in their local cache, but space remains allocated in the home node. Instead, with COMA, there is no home. An access from a remote node may cause that data to migrate. Compared to NUMA, this reduces the number of redundant copies and may allow more efficient use of the memory resources. On the other hand, it raises problems of how to find a particular data (there is no longer a home node) and what to do if a local memory fills up (migrating some data into the local memory then needs to evict some other data, which doesn't have a home to go to). Hardware memory coherence mechanisms are typically used to implement the migration.
A huge body of research has explored these issues. Various forms of directories, policies for maintaining free space in the local memories, migration policies, and policies for read-only copies have been developed. Hybrid NUMA-COMA organizations have also been proposed, such as Reactive NUMA, which allows pages to start in NUMA mode and switch to COMA mode if appropriate and is implemented in the Sun Microsystems's WildFire.〔(【引用サイトリンク】year=1999 )〕 A software-based Hybrid NUMA-COMA implementation was proposed and implemented by ScaleMP, allowing for the creation of a shared-memory multiprocessor system out of a cluster of commodity nodes.
==See also==

* Non-uniform memory access
* Uniform memory access

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Cache-only memory architecture」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.